home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / sci_calc / prime13.zip / PRIME.DOC < prev   
Text File  |  1996-02-22  |  3KB  |  87 lines

  1.                    --==| PRIME NUMBER GENERATOR v1.3 |==--
  2.  
  3.              By Jawed Karim <Jawed.Karim-1@umn.edu> and Paul Damer
  4.  
  5.  
  6. [What's New]
  7. ============
  8.  
  9. Prime v1.3 has a few minor upgrades such as improved executables and a few
  10. small changes to the output.
  11.  
  12. MACPRIME is no longer part of this distribution. The person who ported it for
  13. me is unreachable and couldn't take care of the recent upgrades. If you would
  14. like to contribute with a PowerPC native version of Prime, please contact me.
  15. All pre-compiled executables, except PRIME_SX, are optimized for 486DX.
  16.  
  17. [PRIMEDOS.EXE, PRIME_SX.EXE] 
  18. ============================
  19.  
  20. MS-DOS version of PRIME. Uses 32bit DOS extender CWSDPMI to use all of the
  21. available memory. PRIME_SX is for included for people using 486/386 SX's.
  22. Compiler: djgpp (beta3)
  23.  
  24.  
  25. [PRIMEOS2.EXE]
  26. ==============
  27.  
  28. OS/2 Warp version of PRIME. Runs in a full-screen session only for maximum
  29. speed. Compiler: EMX GCC v0.9b
  30. In order to run PRIMEOS2.EXE, you need the EMX Runtime version v0.9b. Ftp to:
  31.  
  32. ftp://hobbes.nmsu.edu/os2/unix/emx09b/emxrt.zip
  33.  
  34.  
  35. [PRIMELIN]
  36. ==========
  37.  
  38. Linux version of PRIME. Tested only under Linux Slackware 1.2.13. This is by
  39. far the fastest (and smallest) executable included here, compared to DOS and 
  40. OS/2 on the same machine. Compiler: GCC v2.7.0
  41.  
  42.  
  43. [HISTORY]
  44. =========
  45.  
  46. prime.zip
  47.         First release, contained only one DOS executable for DX's.
  48.  
  49. prime10.zip
  50.         Contained new DOS executable for SX's as well as an OS/2 port.
  51.  
  52. prime10a.zip
  53.         New: Macintosh port (runs rather slowly).
  54.  
  55. prime11.zip
  56.         Improved code, lets user start at any point. OS/2 port significantly
  57.         accelerated, speed increase of about 29%.
  58.  
  59. prime11a.zip
  60.         Modified OS/2 executable, runs in FULLSCREEN only.
  61.  
  62. prime12.zip
  63.         Prime v1.2 has been updated to include a Linux executable, which is 
  64.         very fast. The MAXIMUM allowed number that PRIME can display has 
  65.         been raised, from 2,147,483,647 to 1.8 X 10^308, that should be 
  66.         enough for most people.
  67.  
  68. prime13.zip
  69.         See [What's New]
  70.  
  71. [REDIRECTING OUTPUT]
  72. ====================
  73.  
  74. You can redirect PRIME's output from the screen to a file by using the
  75. following syntax:
  76.  
  77. prime > outputfile
  78.  
  79. You will have to enter the start number, and then hit enter. Everything will
  80. be written to the file, so your screen will be blank. PRIME runs *much* 
  81. faster if its output is redirected to a file.
  82.  
  83. --------------
  84. Visit the author's homepage at:
  85. http://umn.edu/~kari0022
  86.  
  87.